The NCDF_UNLIMDIMSINQ function returns the identifiers of the unlimited dimensions in a group. You can also determine the number of unlimited dimensions contained in a group by reading the value returned by the COUNT keyword.
Result = NCDF_UNLIMDIMSINQ( Grpid [, COUNT=Value] )
Returns an array of identifiers of the unlimited dimensions in the group.
The ID of the group to query, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
This keyword returns the number of unlimited dimensions in a group.
8.1 |
Introduced |